home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / jazlib.arc / GSCREEN.H < prev    next >
Text File  |  1988-12-18  |  608b  |  23 lines

  1. /*
  2. ┌────────────────────────────────────────────────────────────────────────────┐
  3. │gscreen.h                                     │
  4. │This header file defines the default window and color                 │
  5. │parameters used by some of the window routines                  │
  6. │                                         │
  7. │ (C) JazSoft Software by Jack A. Zucker (301) 794-5950              │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9. */
  10.  
  11. int _row1 = 0;
  12. int _col1 = 0;
  13. int _row2 = 0x18;
  14. int _col2 = 0x4f;
  15. int _attr = 7;
  16. int g_row = 0;
  17. int g_col = 0;
  18. int g_fore = LIGHTGRAY;
  19. int g_back = BLACK;
  20.  
  21. THEADER g_header = { 0 , 0 , 0 };
  22.  
  23.